@charset "UTF-8";
html {
  min-width: 1200px;
}
body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
  margin: 0px;
}
input,
button,
ul,
ol {
  margin: 0px;
  padding: 0px;
}
body,
input,
button,
form {
  font-size: 14px;
  line-height: 28px;
  font-family: "microsoft yahei", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6,
font {
  font-size: 14px;
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}
input {
  background: none;
  border: 0 none;
}
img,
iframe {
  border: 0px;
}
em,
i {
  font-style: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.red {
  color: #e74037;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.poa {
  position: absolute;
}
.por {
  position: relative;
}
.hidden {
  display: none;
}
.hide {
  display: none !important;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.icon {
  background: url(/plugins/template/kejian/pc/images/icon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #0a6eba;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
.ease,
.ease * {
  transition: all ease 300ms;
}
.noease,
.noease * {
  transition: none;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.dialog-layout {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
/***************top and bottom css*********************/
.top_main {
  width: 100%;
  position: relative;
  z-index: 999;
  background: #393939;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
}
.top_main .top {
  position: relative;
}
.top_main p {
  float: left;
  width: 42%;
}
.top_main .top_r {
  float: right;
  width: 50%;
  text-align: right;
}
.top_main .top_r li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  color: #999999;
}
.top_main .top_r li a {
  color: #999999;
  width: 100%;
  display: block;
  cursor: pointer;
}
.top_main .top_r li a:hover {
  color: #f9cd28;
}
.top_main .top_r li s {
  width: 18px;
  height: 18px;
  background-position: 0 0;
}
.top_main .top_r li.phone {
  position: relative;
  cursor: pointer;
}
.top_main .top_r li.phone span {
  border-style: solid dashed dashed dashed;
  border-color: #666666 transparent transparent transparent;
  border-width: 5px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  margin-top: 5px;
}
.top_main .top_r li.phone .box {
  width: 100px;
  height: 100px;
  border: 6px solid #999999;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 88;
  display: none;
  background: #999999;
}
.top_main .top_r li.phone .box img {
  width: 100%;
  height: 100%;
  display: block;
}
.top_main .top_r li.phone:hover .box {
  display: block;
}
.top_main .top_r li.map s {
  margin-right: 5px;
  background-position: -22px 2px;
}
.top_main .top_r .split {
  width: 1px;
  text-align: center;
  margin: 0 10px;
  font-size: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 1px;
  color: #999999;
}
/*header_main*/
.header_main {
  width: 100%;
  height: 75px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
}
.header_main .logo_main {
  width: 100px;
  margin-right: 100px;
  height: 75px;
  display: block;
  float: left;
  overflow: hidden;
}
.header_main .logo_main img {
  height: 60px;
  display: block;
  padding-top: 8px;
}
.header_main .nav_main {
  width: 710px;
  height: 75px;
  line-height: 75px;
  float: left;
}
.header_main .nav_main ul {
  width: 105%;
}
.header_main .nav_main li {
  width: 92px;
  text-align: center;
  margin-right: 15px;
  font-size: 14px;
  position: relative;
  float: left;
}
.header_main .nav_main li a {
  height: 75px;
  line-height: 75px;
  display: block;
  transition: all ease 300ms;
  position: relative;
  color: #333;
  font-size: 16px;
}
.header_main .nav_main li a s {
  width: 16px;
  height: 9px;
  margin-left: 2px;
  background-position: -63px 0;
}
.header_main .nav_main li i {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #0a6eba;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 10;
}
.header_main .nav_main li .sub-box {
  background-color: #f9f9f9;
  width: 110px;
  position: absolute;
  left: -10px;
  top: 75px;
  display: none;
}
.header_main .nav_main li .sub-box a {
  color: #333 !important;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  display: block;
  margin: 0;
  font-size: 14px;
}
.header_main .nav_main li .sub-box a:hover {
  background: #0a6eba;
  color: #fff !important;
}
.header_main .nav_main li:first-child {
  width: 70px;
}
.header_main .nav_main li:hover a,
.header_main .nav_main li.hover a {
  color: #0a6eba;
}
.header_main .nav_main li:hover i,
.header_main .nav_main li.hover i {
  width: 100%;
  margin-left: -50%;
}
.header_main .tel {
  width: 200px;
  height: 47px;
  padding-top: 3px;
  padding-left: 18px;
  border-left: 1px solid #bbbbbb;
  line-height: 22px;
  white-space: nowrap;
  margin-top: 16px;
  float: right;
  color: #666;
}
.header_main .tel span {
  display: block;
  line-height: 18px;
}
.header_main .tel s {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  float: left;
  background-position: 0 -28px;
}
.header_main .tel strong {
  display: block;
  font-weight: normal;
  font-size: 22px;
}
/*footer_main*/
.footer_main {
  width: 100%;
  height: 356px;
  background: #282c2f url(../images/footer-en.png) no-repeat center center;
  color: #999999;
}
.footer_main .footer_left {
  width: 600px;
  float: left;
  padding-top: 34px;
}
.footer_main .footer_left .blogo {
  max-width: 150px;
  display: block;
  max-height: 120px;
}
.footer_main .footer_left .blogo img {
  display: block;
  max-height: 120px;
}
.footer_main .footer_left .bnav {
  padding: 28px 0;
}
.footer_main .footer_left .bnav a {
  font-size: 16px;
  color: #fff;
}
.footer_main .footer_left .bnav a:hover {
  color: #f9cd28;
}
.footer_main .footer_left .bnav span {
  color: #dedede;
  margin: 0 15px;
}
.footer_main .footer_left .txt {
  line-height: 33px;
}
.footer_main .footer_right {
  width: 500px;
  float: right;
}
.footer_main .footer_right .bewm {
  padding-top: 50px;
  text-align: right;
  padding-bottom: 30px;
}
.footer_main .footer_right .bewm li {
  width: 120px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  color: #fff;
  text-align: center;
  margin-left: 48px;
}
.footer_main .footer_right .bewm li img {
  width: 110px;
  height: 110px;
  padding: 4px;
  display: block;
  margin: 0 auto 8px;
  border: 1px solid #535659;
}
.footer_main .footer_right .bewm p {
  text-align: center;
  line-height: 20px;
  padding-top: 5px;
}
.footer_main .footer_right .txt {
  line-height: 28px;
  text-align: right;
  font-size: 12px;
  color: #a5a7ab;
}
.footer_main .footer_right .txt a {
  color: #a5a7ab;
}
.footer_main .footer_right .txt a:hover {
  color: #fff;
}
/***********top and bottom css end***********/
.search_main {
  width: 100%;
  height: 35px;
  padding: 33px 0;
}
.search_main .search {
  width: 438px;
  height: 35px;
  line-height: 35px;
  float: left;
  position: relative;
  overflow: hidden;
}
.search_main .search input {
  border: 0px;
  outline: none;
  height: 35px;
  line-height: 35px;
  display: block;
}
.search_main .search .txt {
  width: 100%;
  background: #f0f0f0;
  text-indent: 1em;
}
.search_main .search .btn {
  width: 80px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/plugins/template/kejian/pc/images/searchbtnbg.jpg) no-repeat center center;
}
.search_main .skey_txt {
  width: 465px;
  float: right;
  line-height: 20px;
}
.search_main .skey_txt span {
  font-weight: bold;
  display: block;
  line-height: 15px;
  margin-bottom: 4px;
}
.search_main .skey_txt a {
  display: inline-block;
  margin-right: 22px;
  font-size: 12px;
}
.leftNav {
  width: 202px;
  padding-top: 100px;
  position: relative;
  z-index: 20;
  border: 1px solid #e5e5e5;
}
.leftNav .title {
  width: 204px;
  height: 150px;
  position: absolute;
  left: -1px;
  top: -50px;
  color: #fff;
  background: url(/plugins/template/kejian/pc/images/leftNavbg.jpg) no-repeat center top;
}
.leftNav .title .en {
  display: block;
  padding: 20px 0 0 15px;
  line-height: 30px;
  font-size: 28px;
  text-transform: uppercase;
  font-family: "Cambria";
}
.leftNav .title .line {
  width: 22px;
  height: 1px;
  display: block;
  margin: 10px 0 10px 15px;
  background: #fff;
}
.leftNav .title h3 {
  font-size: 18px;
  padding-left: 15px;
}
.leftNav .list {
  padding: 0 16px;
}
.leftNav .item {
  border-top: 1px solid #e5e5e5;
}
.leftNav .item:first-child {
  border-top: 0px;
}
.leftNav .item h3 {
  font-weight: bold;
  color: #0a6eba;
  font-size: 16px;
  padding: 15px 0 6px;
}
.leftNav .item h3 a {
  color: #0a6eba;
  display: block;
}
.leftNav .item h3 a:hover {
  color: #f9cd28;
}
.leftNav .item h3 s {
  width: 18px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
  background-position: -125px -27px;
}
.leftNav .item .box {
  padding-bottom: 10px;
}
.leftNav .item .box a {
  width: 100%;
  line-height: 30px;
  display: block;
  height: 30px;
  overflow: hidden;
}
.leftNav .item .box a:hover,
.leftNav .item .box a.hover {
  color: #f9cd28;
}
.leftCon {
  width: 204px;
  padding-bottom: 40px;
  float: left;
  position: relative;
  z-index: 20;
}
.leftCon .leftContact {
  width: 202px;
  margin-top: 25px;
  padding-top: 15px;
  background: url(/plugins/template/kejian/pc/images/left-conbg.jpg) no-repeat center top;
  border: 1px solid #e5e5e5;
}
.leftCon .leftContact .title {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 16px;
}
.leftCon .leftContact .title span {
  font-size: 14px;
  margin-left: 6px;
}
.leftCon .leftContact .contxt {
  padding: 8px 10px 15px;
  line-height: 30px;
}
.leftCon .leftContact .contxt img {
  max-width: 100%;
  display: block;
}
.indexTit {
  width: 100%;
  padding: 60px 0 35px;
  text-align: center;
}
.indexTit h3 {
  font-size: 30px;
  padding-bottom: 22px;
  margin-bottom: 8px;
  background: url(/plugins/template/kejian/pc/images/ititbg2.png) no-repeat center bottom;
}
.indexTit .en {
  font-family: arial;
  font-size: 16px;
  color: #bebebe;
  text-transform: uppercase;
}
.indexMore {
  width: 72px;
  padding-right: 28px;
  height: 23px;
  line-height: 23px;
  position: relative;
  border: 1px solid #f9cd28;
  font-size: 12px;
  text-align: center;
  display: block;
}
.indexMore s {
  width: 29px;
  height: 23px;
  position: absolute;
  right: 0px;
  top: 0;
  background-color: #f9cd28;
  background-position: -39px 7px;
}
.indexMore:hover {
  border-color: #0a6eba;
}
.indexMore:hover s {
  background-color: #0a6eba;
}
/*prolist*/
.prolist {
  width: 105%;
  position: relative;
}
.prolist .item {
  width: 286px;
  height: 365px;
  float: left;
  margin-right: 18px;
  margin-bottom: 24px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.prolist .item a {
  width: 100%;
  height: 265px;
  display: block;
}
.prolist .item img {
  width: 280px;
  height: 280px;
  display: block;
  background: #fff;
  margin: 3px auto 0;
}
.prolist .item h3 {
  font-size: 16px;
  font-weight: bold;
  padding-top: 14px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  width: 100%;
  color: #333;
  border-top: 1px solid #f0f0f0;
}
.prolist .item h4 {
  font-size: 12px;
  color: #666;
}
.prolist .item:hover {
  background: #0a6eba;
}
.prolist .item:hover h3 {
  border-color: #0a6eba;
}
.prolist .item:hover h3,
.prolist .item:hover h4 {
  color: #fff;
}
.gridlist {
  width: 105%;
  position: relative;
}
.gridlist .item {
  width: 283px;
  float: left;
  border: 1px solid #dcdcdc;
  margin: 0 20px 20px 0;
  border-radius: 6px;
  overflow: hidden;
}
.gridlist .item img {
  width: 285px;
  height: 160px;
  transition: all ease 300ms;
  display: block;
}
.gridlist .item h3 {
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  overflow: hidden;
}
.gridlist .item:hover img {
  filter: brightness(102%);
}
.gridlist.gridlist2 .item img {
  height: 214px;
}
/*caselist*/
.caselist {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.caselist .list {
  width: 105%;
  position: relative;
}
.caselist .item {
  width: 570px;
  height: 245px;
  float: left;
  margin: 0 52px 30px 0;
  position: relative;
  background: url(/plugins/template/kejian/pc/images/case-libg.jpg) no-repeat center center;
  transition: all ease 300ms;
  overflow: hidden;
}
.caselist .item a {
  display: block;
  padding: 20px 30px 0 20px;
}
.caselist .item img {
  width: 267px;
  height: 200px;
  float: left;
  margin-right: 30px;
  display: block;
  transition: all ease 300ms;
}
.caselist .item h3 {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  overflow: hidden;
  transition: all ease 300ms;
  margin-bottom: 14px;
  border-bottom: 1px solid #ededed;
}
.caselist .item .txt {
  line-height: 24px;
  max-height: 96px;
  overflow: hidden;
  color: #737373;
}
.caselist .item .more {
  width: 40px;
  height: 30px;
  padding-top: 10px;
  display: block;
  position: absolute;
  right: 25px;
  bottom: 25px;
  background: #eeeeee;
}
.caselist .item .more s {
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 auto;
  background-position: -105px 0;
  transition: all ease 300ms;
}
.caselist .item:hover h3 {
  color: #f9cd28;
  border-bottom-color: #f9cd28;
}
.caselist .item:hover img {
  filter: brightness(105%);
}
.caselist .item:hover .more {
  background: url(/plugins/template/kejian/pc/images/blue-jbg.jpg) no-repeat center center;
}
.caselist .item:hover .more s {
  background-position: -130px 0;
}
/*txtlist*/
.txtlist {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.txtlist .list {
  width: 120%;
  position: relative;
}
.txtlist li {
  width: 300px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  float: left;
  margin-right: 70px;
}
.txtlist li a {
  width: 100%;
  display: block;
}
.txtlist li s {
  width: 4px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  border-radius: 100%;
  background: #333333;
  margin-right: 10px;
}
.txtlist li .time {
  float: right;
}
.banner_main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.banner {
  width: 100%;
  min-width: 1000px;
  padding: 0 0 37.5%;
  z-index: 20;
  position: relative;
  overflow: hidden;
}
.banner .list {
  width: 100%;
}
.banner li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
.banner li img {
  width: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
}
.banner li a {
  width: 100%;
  display: block;
  height: 100%;
}
.banner .tip {
  width: 100%;
  height: 6px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 102px;
  z-index: 10;
}
.banner .tip span {
  width: 10px;
  height: 10px;
  margin: 0 9px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  border-radius: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background: #fff;
}
.banner .tip span.cur {
  background: #f9cd28;
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .prev,
.banner .next {
  width: 52px;
  height: 100px;
  position: absolute;
  z-index: 12;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(/plugins/template/kejian/pc/images/black30.png) repeat 0 0;
  border-radius: 2px;
  transition: all ease 300ms;
}
.banner .prev s,
.banner .next s {
  width: 100%;
  height: 100%;
  display: block;
  background: url(/plugins/template/kejian/pc/images/banner-ico.png) no-repeat 16px center;
}
.banner .prev:hover,
.banner .next:hover {
  background-image: url(/plugins/template/kejian/pc/images/black50.png);
}
.banner .prev {
  left: 78px;
}
.banner .prev s {
  background-position: 16px center;
}
.banner .next {
  right: 78px;
}
.banner .next s {
  background-position: -42px center;
}
/***********index css ***********/
.index {
  width: 100%;
  position: relative;
  z-index: 20;
}
.index .inum {
  height: 166px;
  position: relative;
  margin-top: 30px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
}
.index .inum .list {
  width: 100%;
  height: 166px;
  background: #016ab9;
  color: #fff;
  line-height: 18px;
}
.index .inum .list .item {
  width: 140px;
  height: 111px;
  padding: 55px 44px 0 16px;
  float: left;
  position: relative;
}
.index .inum .list .item s {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 8px;
  background: url(/plugins/template/kejian/pc/images/inum-ico.png) no-repeat 4px center;
}
.index .inum .list .item p {
  font-size: 12px;
}
.index .inum .list .item p strong {
  font-family: arial;
  font-size: 44px;
  line-height: 44px;
  margin-right: 5px;
}
.index .inum .list .item .p1,
.index .inum .list .item .p2 {
  display: block;
}
.index .inum .list .item .p1 {
  border-top: 1px solid #257abc;
  padding-top: 10px;
  margin-top: 6px;
}
.index .inum .list .item .p2 {
  color: #6c99d1;
  text-transform: uppercase;
  font-size: 12px;
}
.index .inum .list .item.a1 {
  background: #0068b7;
}
.index .inum .list .item.a2 {
  background: #0167be;
}
.index .inum .list .item.a2 s {
  background-position: -94px center;
}
.index .inum .list .item.a3 {
  background: #0065b3;
}
.index .inum .list .item.a3 s {
  background-position: -190px center;
}
.index .inum .list .item.a4 {
  background: #0060ac;
}
.index .inum .list .item.a4 s {
  background-position: -287px center;
}
.index .inum .list .item.a5 {
  background: #035ca5;
}
.index .inum .list .item.a5 s {
  background-position: -385px center;
}
.index .inum .list .item.a6 {
  background: #00569a;
}
.index .inum .list .item.a6 s {
  background-position: -481px center;
}
.index .floor_2 .tab {
  margin: 20px 0 30px;
  border-bottom: 1px solid #dfdfdf;
}
.index .floor_2 .tab li {
  width: 103px;
  float: left;
  margin-left: 53px;
  position: relative;
  cursor: pointer;
}
.index .floor_2 .tab li:first-child {
  margin-left: 0;
}
.index .floor_2 .tab li s {
  width: 101px;
  height: 101px;
  border-radius: 1px;
  border: 1px dotted #0a6eba;
  display: block;
  margin: 0 auto;
  background: url(/plugins/template/kejian/pc/images/iadvan-ico.png) no-repeat 2px 15px;
}
.index .floor_2 .tab li h3 {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
}
.index .floor_2 .tab li .line {
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #f9cd28;
  transition: all ease 300ms;
}
.index .floor_2 .tab li .arrow {
  border-style: solid dashed dashed dashed;
  border-color: #f9cd28 transparent transparent transparent;
  border-width: 10px;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -36px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease 300ms;
}
.index .floor_2 .tab li.hover .line,
.index .floor_2 .tab li:hover .line {
  width: 100%;
  display: block;
}
.index .floor_2 .tab li.hover .arrow,
.index .floor_2 .tab li:hover .arrow {
  display: block;
  bottom: -26px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.index .floor_2 .tab li.a1:hover s,
.index .floor_2 .tab li.a1.hover s {
  background-position: 2px -79px;
}
.index .floor_2 .tab li.a2 s {
  background-position: -98px 15px;
}
.index .floor_2 .tab li.a2:hover s,
.index .floor_2 .tab li.a2.hover s {
  background-position: -98px -79px;
}
.index .floor_2 .tab li.a3 s {
  background-position: -196px 15px;
}
.index .floor_2 .tab li.a3:hover s,
.index .floor_2 .tab li.a3.hover s {
  background-position: -196px -79px;
}
.index .floor_2 .tab li.a4 s {
  background-position: -294px 15px;
}
.index .floor_2 .tab li.a4:hover s,
.index .floor_2 .tab li.a4.hover s {
  background-position: -294px -79px;
}
.index .floor_2 .tab li.a5 s {
  background-position: -392px 15px;
}
.index .floor_2 .tab li.a5:hover s,
.index .floor_2 .tab li.a5.hover s {
  background-position: -392px -79px;
}
.index .floor_2 .tab li.a6 s {
  background-position: -492px 15px;
}
.index .floor_2 .tab li.a6:hover s,
.index .floor_2 .tab li.a6.hover s {
  background-position: -492px -79px;
}
.index .floor_2 .tab li.a7 s {
  background-position: -590px 15px;
}
.index .floor_2 .tab li.a7:hover s,
.index .floor_2 .tab li.a7.hover s {
  background-position: -590px -79px;
}
.index .floor_2 .tab li.a8 s {
  background-position: -688px 15px;
}
.index .floor_2 .tab li.a8:hover s,
.index .floor_2 .tab li.a8.hover s {
  background-position: -688px -79px;
}
.index .floor_2 .imglist {
  width: 100%;
  height: 298px;
  overflow: hidden;
}
.index .floor_2 .imglist li {
  *z-index: 1;
  *vertical-align: top;
}
.index .floor_2 .imglist li,
.index .floor_2 .imglist img {
  width: 100%;
  height: 298px;
  display: block;
}
.index .floor_2 .imglist img {
  border-radius: 5px;
}
.index .floor_3 {
  width: 100%;
  height: 270px;
  position: relative;
  margin: 80px 0 0;
  padding: 146px 0 0;
  background: url(/plugins/template/kejian/pc/images/iaboutbg.jpg) no-repeat center top;
}
.index .floor_3 .iabout {
  background: #fff;
  height: 356px;
  border-radius: 10px;
  position: absolute;
  top: 146px;
  left: 50%;
  margin-left: -600px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}
.index .floor_3 .ivideo {
  width: 545px;
  height: 370px;
  position: absolute;
  left: 28px;
  top: -43px;
  border-radius: 8px;
  float: left;
  overflow: hidden;
}
.index .floor_3 .ivideo .img {
  width: 545px;
  height: 370px;
  display: block;
  overflow: hidden;
}
.index .floor_3 .aboutTxt {
  width: 488px;
  float: right;
  margin: 55px 74px 0 0;
}
.index .floor_3 .aboutTxt .tit {
  font-size: 30px;
  padding-bottom: 6px;
}
.index .floor_3 .aboutTxt .en {
  font-family: arial;
  text-transform: uppercase;
}
.index .floor_3 .aboutTxt .txt {
  line-height: 26px;
  height: 130px;
  overflow: hidden;
  margin-top: 20px;
}
.index .floor_3 .aboutTxt .indexMore {
  float: right;
  margin-bottom: 30px;
}
.index .floor_4 {
  width: 100%;
  padding: 95px 0 50px;
  background: #f2f2f2 url(../images/iprobg.jpg) no-repeat center top;
}
.index .floor_4 .indexTit {
  padding-bottom: 20px;
}
.index .floor_4 .tab {
  width: 100%;
  text-align: center;
  padding: 0 0 35px;
  font-size: 0;
}
.index .floor_4 .tab a {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  vertical-align: top;
  margin: 0 10px;
  padding: 0 25px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ebebeb;
  transition: all ease 300ms;
}
.index .floor_4 .tab a.hover,
.index .floor_4 .tab a:hover {
  background: #0a6eba;
  border-color: #0a6eba;
  color: #fff;
}
.index .floor_4 .ipro {
  position: relative;
}
.index .floor_4 .ipro .prev,
.index .floor_4 .ipro .next {
  width: 42px;
  height: 50px;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -70px;
  background: #cacaca url(../images/btn-ico.png) no-repeat 0 center;
  z-index: 20;
  border-radius: 4px;
}
.index .floor_4 .ipro .prev:hover,
.index .floor_4 .ipro .next:hover {
  background-color: #f9cd28;
}
.index .floor_4 .ipro .prev {
  left: -21px;
  background-position: 15px center;
}
.index .floor_4 .ipro .next {
  right: -21px;
  background-position: -48px center;
}
.index .floor_4 .ipro .proCon {
  width: 100%;
  overflow: hidden;
}
.index .floor_4 .ipro .prolist {
  width: 500%;
}
.index .floor_4 .ipro .indexMore {
  display: block;
  margin: 40px auto 0;
  width: 92px;
  border-radius: 2px;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  background: #fff;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.index .floor_4 .ipro .indexMore s {
  background-color: #343434;
  height: 28px;
  background-position: -39px 9px;
}
.index .floor_4 .ipro .indexMore:hover {
  border-color: #0a6eba;
}
.index .floor_4 .ipro .indexMore:hover s {
  background-color: #0a6eba;
}
.index .floor_5 {
  padding: 10px 0 30px;
}
.index .floor_5 .txt {
  text-align: center;
}
.index .floor_5 .txt img {
  display: block;
  max-width: 100%;
}
.index .floor_6 {
  padding: 0 0 55px;
  background: url(/plugins/template/kejian/pc/images/jshubg.jpg) no-repeat center top;
}
.index .floor_6 .indexTit {
  padding: 40px 0 30px;
}
.index .floor_6 .indexTit h3 {
  color: #fff;
  background-image: url(/plugins/template/kejian/pc/images/ititbg.png);
}
.index .floor_6 .indexTit .en {
  color: #fff;
}
.index .floor_6 .tab {
  width: 100%;
  text-align: center;
  padding: 0 0 35px;
  font-size: 0;
}
.index .floor_6 .tab a {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  vertical-align: top;
  margin: 0 10px;
  padding: 0 25px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ebebeb;
  transition: all ease 300ms;
  cursor: pointer;
}
.index .floor_6 .tab a.hover {
  background: #f9cd28;
  border-color: #f9cd28;
  color: #fff;
}
.index .floor_6 .iequ {
  position: relative;
  width: 100%;
}
.index .floor_6 .iequ .prev1,
.index .floor_6 .iequ .next1,
.index .floor_6 .iequ .prev2,
.index .floor_6 .iequ .next2 {
  width: 42px;
  height: 50px;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 76px;
  background: #cacaca url(../images/btn-ico.png) no-repeat 0 center;
  z-index: 20;
  border-radius: 4px;
}
.index .floor_6 .iequ .prev1:hover,
.index .floor_6 .iequ .next1:hover,
.index .floor_6 .iequ .prev2:hover,
.index .floor_6 .iequ .next2:hover {
  background-color: #f9cd28;
}
.index .floor_6 .iequ .prev1,
.index .floor_6 .iequ .prev2 {
  left: -21px;
  background-position: 15px center;
}
.index .floor_6 .iequ .next1,
.index .floor_6 .iequ .next2 {
  right: -21px;
  background-position: -48px center;
}
.index .floor_6 .iequ .iequCon {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.index .floor_6 .iequ .gridlist {
  width: 500%;
}
.index .floor_6 .iequ.iequ2 .gridlist .item img {
  width: 285px;
  height: 214px;
  display: block;
}
.index .floor_6 .iequ .indexMore {
  display: block;
  margin: 40px auto 0;
  width: 92px;
  border-radius: 2px;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  background: #fff;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.index .floor_6 .iequ .indexMore s {
  background-color: #0a6eba;
  height: 28px;
  background-position: -39px 9px;
}
.index .floor_6 .iequ .indexMore:hover {
  border-color: #f9cd28;
  color: #f9cd28;
}
.index .floor_6 .iequ .indexMore:hover s {
  background-color: #f9cd28;
}
.index .floor_7 {
  width: 100%;
  padding: 78px 0;
  background: url(/plugins/template/kejian/pc/images/guibg.jpg) no-repeat center top;
}
.index .floor_7 .gtxtcon {
  background: #fff;
  padding: 25px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.index .floor_7 .img {
  width: 545px;
  height: 330px;
  display: block;
  float: right;
  padding: 13px;
  border-radius: 6px;
  background: #dbdbdd;
  overflow: hidden;
}
.index .floor_7 .img img {
  width: 100%;
  height: 100%;
  transition: all .5s;
  display: block;
  border-radius: 6px;
}
.index .floor_7 .img:hover img {
  transform: scale(1.02, 1.02);
}
.index .floor_7 .txtcon {
  width: 510px;
  float: left;
  margin: 40px 0 0 35px;
}
.index .floor_7 .txtcon .tit {
  font-size: 30px;
  padding-bottom: 6px;
  color: #0a6eba;
}
.index .floor_7 .txtcon .en {
  font-family: arial;
  text-transform: uppercase;
}
.index .floor_7 .txtcon .txt {
  line-height: 26px;
  height: 130px;
  overflow: hidden;
  margin-top: 45px;
}
.index .floor_7 .txtcon .indexMore {
  display: block;
  margin-top: 20px;
  width: 92px;
  border-radius: 2px;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  border-color: #0a6eba;
}
.index .floor_7 .txtcon .indexMore s {
  background-color: #0a6eba;
  height: 28px;
  background-position: -39px 9px;
}
.index .floor_7 .txtcon .indexMore:hover {
  border-color: #f9cd28;
  color: #f9cd28;
}
.index .floor_7 .txtcon .indexMore:hover s {
  background-color: #f9cd28;
}
.index .floor_8 {
  padding: 20px 0 60px;
}
.index .floor_8 .indexTit {
  padding-bottom: 45px;
}
.index .floor_8 .imgleft {
  width: 498px;
  height: 400px;
  float: left;
  background: #0a6eba;
}
.index .floor_8 .imgleft a {
  display: block;
  height: 120px;
  position: relative;
  padding: 280px 0 0 105px;
}
.index .floor_8 .imgleft img {
  width: 100%;
  height: 280px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.index .floor_8 .imgleft h3 {
  font-size: 18px;
  color: #fff;
  height: 48px;
  line-height: 48px;
  padding-top: 6px;
  overflow: hidden;
  margin-bottom: 8px;
  border-bottom: 1px solid #2487d3;
  margin-right: 40px;
  transition: all ease 300ms;
}
.index .floor_8 .imgleft .txt {
  color: #fff;
  line-height: 20px;
  height: 40px;
  font-size: 12px;
  margin-right: 40px;
  overflow: hidden;
}
.index .floor_8 .imgleft .time {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 105px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.index .floor_8 .imgleft .time .day {
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  display: block;
  color: #fff;
}
.index .floor_8 .imgleft:hover .txt {
  color: #fff;
}
.index .floor_8 .imgleft:hover h3 {
  text-indent: 10px;
}
.index .floor_8 .news_right {
  width: 630px;
  float: right;
}
.index .floor_8 .news_right .item {
  background: #fff;
  border-top: 1px solid #dadada;
}
.index .floor_8 .news_right .item a {
  display: block;
  height: 80px;
  padding: 38px 20px 38px 125px;
  position: relative;
}
.index .floor_8 .news_right .item h3 {
  font-size: 18px;
  color: #333333;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 16px;
  transition: all ease 300ms;
}
.index .floor_8 .news_right .item .txt {
  color: #555;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.index .floor_8 .news_right .item .time {
  position: absolute;
  left: 0;
  bottom: 38px;
  width: 90px;
  font-size: 20px;
  text-align: center;
  color: #999;
}
.index .floor_8 .news_right .item .time .day {
  font-size: 55px;
  line-height: 55px;
  display: block;
}
.index .floor_8 .news_right .item .time s {
  width: 12px;
  height: 15px;
  background-position: -106px 0;
  display: block;
  margin: 20px 0 0 70px;
}
.index .floor_8 .news_right .item .arrow {
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #f9cd28;
  border-width: 5px;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 85px;
  display: none;
}
.index .floor_8 .news_right .item .line {
  width: 1px;
  height: 60px;
  position: absolute;
  display: block;
  background: #cecece;
  bottom: 49px;
  left: 105px;
}
.index .floor_8 .news_right .item:first-child {
  border-top: 0px;
}
.index .floor_8 .news_right .item:first-child a {
  padding-top: 0;
}
.index .floor_8 .news_right .item:hover .time {
  color: #f9cd28;
}
.index .floor_8 .news_right .item:hover .arrow {
  display: block;
}
/**********index css end**********/
/************content************/
.nyIcon {
  background: url(/plugins/template/kejian/pc/images/nyIcon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
/*wrapper*/
.noinfo {
  width: 100%;
  padding: 0 3%;
}
.noinfo img {
  display: block;
  margin: 0 auto;
}
.wrapper {
  padding: 0 0 36px;
  position: relative;
  min-height: 620px;
}
/*nybanner*/
.nybanner {
  width: 100%;
  height: 250px;
  line-height: 42px;
  position: relative;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
}
.nybanner h3 {
  font-size: 34px;
  padding: 70px 0 6px;
}
.nybanner .en {
  font-size: 40px;
  font-family: arial;
  font-weight: bold;
}
.nybanner .line {
  width: 50px;
  height: 2px;
  display: block;
  background: #fff;
  margin-top: 10px;
}
/*menu*/
.menu {
  width: 100%;
  height: 68px;
  line-height: 68px;
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.menu .list {
  width: 1200px;
  margin: 0 auto;
}
.menu li {
  height: 68px;
  float: left;
  margin-right: 30px;
}
.menu li .nav1 {
  height: 68px;
  line-height: 68px;
  position: relative;
  font-size: 15px;
  display: block;
  text-align: center;
}
.menu li .nav1 s {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  background: #0a6eba;
  display: none;
}
.menu li .subMenu {
  position: absolute;
  left: 50%;
  display: none;
  margin-left: -600px;
  top: 82px;
}
.menu li .subMenu a {
  width: 159px;
  height: 38px;
  line-height: 38px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #dddddd;
  transition: all ease 300ms;
  background: #f8f8f8;
  color: #333333;
}
.menu li .subMenu a:hover,
.menu li .subMenu a.hover {
  background: #ffffff;
  border-color: #0a6eba;
  color: #0a6eba;
}
.menu li:hover,
.menu li.hover {
  border-right-color: #0a6eba;
}
.menu li:hover .nav1,
.menu li.hover .nav1 {
  color: #0a6eba;
}
.menu li:hover .nav1 s,
.menu li.hover .nav1 s {
  display: block;
}
.menu li.hover .subMenu {
  display: block;
}
/*sitepath*/
.sitepath {
  height: 50px;
  line-height: 50px;
  position: absolute;
  width: 500px;
  text-align: right;
  left: 50%;
  margin-left: 100px;
  top: 10px;
  font-size: 12px;
}
.sitepath s {
  width: 20px;
  height: 18px;
  background-position: 0 0;
  margin-right: 4px;
}
/* reLink */
.reLink {
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  border: 1px solid #dddddd;
}
.reLink .nextLink,
.reLink .prevLink {
  width: 50%;
  color: #666;
}
.reLink .nextLink {
  text-align: right;
}
.reLink a {
  display: block;
  transition: all ease 300ms;
}
.reLink a:hover {
  color: #0a6eba;
}
/* pager */
.pager {
  padding: 30px 0 15px;
  text-align: center;
  *padding-top: 50px;
}
.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pager {
  *zoom: 1;
}
.pager p {
  height: 26px;
  line-height: 26px;
  float: left;
  display: none;
}
.pager ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.pager ul li {
  padding: 0 !important;
  height: auto !important;
  border: none !important;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.pager ul a {
  margin: 0 5px;
  padding: 0 13px;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  float: left;
  background: #fff;
  border: 1px solid #ddd;
}
.pager ul a.current {
  background-color: #0a6eba;
  color: #fff;
}
.pager ul a.current:hover {
  background-color: #0a6eba;
  color: #fff;
}
.pager ul a:hover {
  background: #0a6eba;
  color: #fff;
}
/*n-gridlist*/
.n-gridlist {
  width: 105%;
}
.n-gridlist .item {
  width: 380px;
  float: left;
  margin: 0 30px 30px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.n-gridlist .item a {
  width: 100%;
  display: block;
}
.n-gridlist .item img {
  width: 380px;
  height: 285px;
  display: block;
}
.n-gridlist .item h3 {
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 16px;
  transition: all ease 300ms;
}
.n-gridlist .item .bg {
  position: absolute;
  width: 380px;
  padding-top: 116px;
  height: 169px;
  left: -380px;
  top: 0;
  z-index: 10;
  background: url(/plugins/template/kejian/pc/images/red80.png) repeat 0 0;
  text-align: center;
  transition: all ease 300ms;
}
.n-gridlist .item .bg s {
  width: 64px;
  height: 64px;
  display: block;
  border-radius: 100%;
  margin: 0 auto;
  background-position: 0 -32px;
}
.n-gridlist .item:hover {
  background: #f5f5f5;
}
.n-gridlist .item:hover h3 {
  color: #0a6eba;
}
.n-gridlist .item:hover .bg {
  left: 0;
}
/*n-tit*/
.n-tit {
  margin-bottom: 20px;
}
.n-tit h3 {
  line-height: 35px;
  font-size: 24px;
}
.n-tit s {
  width: 4px;
  height: 22px;
  margin-right: 15px;
  background: #0a6eba;
  display: inline-block;
  vertical-align: middle;
}
.n-tit .more {
  font-size: 16px;
}
/*relateNews*/
.relateNews {
  padding: 55px 0 0;
  width: 100%;
  overflow: hidden;
}
.relateNews .list {
  width: 120%;
}
.relateNews .list li {
  width: 567px;
  float: left;
  margin-right: 65px;
  margin-bottom: 20px;
}
.relateNews .list li a {
  display: block;
  width: 100%;
}
.relateNews .list li img {
  width: 200px;
  height: 113px;
  display: block;
  float: left;
  margin-right: 20px;
}
.relateNews .list li h3 {
  line-height: 24px;
  height: 48px;
  padding-top: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 16px;
}
.relateNews .list li .time {
  color: #999999;
  font-size: arial;
  font-size: 16px;
}
.relateNews .gridlist {
  width: 106%;
}
.relateNews .prolist {
  padding-left: 3px;
}
/*aboutPage*/
.aboutPage {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
}
.aboutPage .txtcon img {
  max-width: 100%;
}
.aboutPage .mapArea {
  width: 100%;
  height: 400px;
  margin-top: 20px;
}
.aboutPage .mapArea #allmap {
  width: 100%;
  height: 400px;
}
.productPage {
  padding-top: 40px;
}
.productPage .gridlist,
.productPage .marketList {
  width: 105%;
}
/*newsPage*/
.newsPage .item {
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
  transition: all ease 300ms;
  background: #fff;
  border: 1px solid #ddd;
}
.newsPage .item a {
  width: 100%;
  display: block;
}
.newsPage .item img {
  width: 267px;
  height: 150px;
  display: block;
  margin-right: 30px;
}
.newsPage .item h3 {
  font-size: 20px;
  padding: 28px 0 20px;
  transition: all ease 300ms;
}
.newsPage .item .txt {
  color: #999999;
  line-height: 24px;
  height: 48px;
  padding-right: 130px;
  overflow: hidden;
}
.newsPage .item .time {
  width: 150px;
  padding-top: 38px;
  font-family: arial;
  font-size: 20px;
  color: #999;
}
.newsPage .item .time .day {
  font-size: 36px;
  line-height: 45px;
  display: block;
}
.newsPage .item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.newsPage .item:hover h3 {
  color: #0a6eba;
  text-indent: 5px;
}
.newsPage .item:hover .time .day span {
  background: #6d6d6d;
}
.newsPage .item:hover .time .day strong {
  background: #ff0000;
  color: #fff;
}
/*showNews*/
.showNews {
  padding: 30px 0;
  width: 1200px;
  margin: 0 auto;
}
.showNews img {
  max-width: 100%;
}
.showNews .title {
  color: #333333;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.showNews .mark {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 15px 0 20px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
}
.showNews .mark span {
  margin: 0 10px;
  font-size: 12px;
  color: #666666;
}
.showNews .showContxt {
  padding: 0 0 30px;
  line-height: 30px;
}
.showNews .showContxt img {
  max-width: 100%;
}
.shareNew {
  padding-bottom: 25px;
}
/*showProduct*/
/*****showProduct****/
.showProduct .showImg {
  padding-bottom: 40px;
}
.showProduct .photo {
  width: 500px;
  position: relative;
  height: 500px;
  border: 1px solid #eee;
}
.showProduct .photo .jqzoom {
  width: 500px;
  height: 500px;
  overflow: hidden;
  position: relative;
  padding: 0px;
  cursor: pointer;
}
.showProduct .photo .zoomdiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ffffff;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  overflow: hidden;
}
.showProduct .photo .jqZoomPup {
  z-index: 999;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #eee;
  background: #fff;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter: alpha(opacity=50);
}
.showProduct .photo .img {
  width: 500px;
  height: 500px;
  display: block;
}
.showProduct .photo .photoimg {
  width: 500px;
  height: 74px;
  padding: 10px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(/plugins/template/kejian/pc/images/black50.png) repeat 0 0;
}
.showProduct .photo .photoimg .list {
  width: 424px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.showProduct .photo .photoimg .listcon {
  width: 300%;
}
.showProduct .photo .photoimg .prev,
.showProduct .photo .photoimg .next {
  width: 20px;
  height: 74px;
  z-index: 10;
  position: absolute;
  top: 10px;
  cursor: pointer;
  background: #f3f3f3 url(../images/show-pro-btn.png) no-repeat 0 center;
}
.showProduct .photo .photoimg .prev:hover,
.showProduct .photo .photoimg .next:hover {
  background-color: #ddd;
}
.showProduct .photo .photoimg .prev {
  left: 6px;
  background-position: 5px center;
}
.showProduct .photo .photoimg .next {
  right: 6px;
  background-position: -67px center;
}
.showProduct .photo .photoimg a {
  width: 74px;
  height: 74px;
  cursor: pointer;
  display: block;
  float: left;
  margin-right: 12px;
}
.showProduct .photo .photoimg a img {
  width: 74px;
  height: 74px;
  display: block;
}
.showProduct .photo .photoimg a:hover img,
.showProduct .photo .photoimg a.hover img {
  border: 2px solid #f9cd28;
  width: 70px;
  height: 70px;
}
.showProduct .imgtxtcon {
  width: 650px;
  float: left;
}
.showProduct .imgtxtcon .tit {
  font-size: 24px;
  color: #000;
  padding: 10px 25px 5px;
  line-height: 30px;
}
.showProduct .imgtxtcon .line {
  width: 55px;
  height: 3px;
  background: #0a6eba;
  display: block;
  margin: 14px 0 14px 25px;
}
.showProduct .imgtxtcon p {
  padding: 25px 0 0 25px;
  color: #999999;
  font-size: 12px;
}
.showProduct .imgtxtcon .tit2 {
  color: #666;
  padding: 0 25px;
  font-size: 16px;
  line-height: 24px;
  height: 144px;
  margin-bottom: 29px;
}
.showProduct .imgtxtcon .txt {
  padding: 10px 25px 14px;
  line-height: 35px;
  background: #f1f1f1;
}
.showProduct .imgtxtcon .tel {
  margin: 0 25px;
  border-top: 1px dotted #ddd;
  padding: 20px 0;
}
.showProduct .imgtxtcon .tel span {
  color: #000;
  display: block;
}
.showProduct .imgtxtcon .tel strong {
  display: block;
  font-family: impact;
  color: #0a6eba;
  font-weight: normal;
  font-size: 40px;
  height: 46px;
  line-height: 46px;
}
.showProduct .imgtxtcon .btn1,
.showProduct .imgtxtcon .btn2 {
  float: left;
  margin-right: 20px;
  font-size: 16px;
  transition: all ease 300ms;
  width: 135px;
  height: 38px;
  line-height: 38px;
  margin-left: 25px;
  text-align: center;
  color: #fff;
}
.showProduct .imgtxtcon .btn1:hover,
.showProduct .imgtxtcon .btn2:hover {
  background: #444;
}
.showProduct .imgtxtcon .btn1 {
  background: #0a6eba;
}
.showProduct .imgtxtcon .btn2 {
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  background: #f9cd28;
}
.showProduct .showContxt {
  padding: 0 0 30px;
  line-height: 30px;
}
.showProduct .showContxt img {
  max-width: 100%;
}
.showProduct .ewmbox {
  width: 300px;
  height: 320px;
  padding-top: 20px;
  background: #fff;
  z-index: 9999;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -170px 0 0 -150px;
  text-align: center;
  font-size: 16px;
  display: none;
}
.showProduct .ewmbox .close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -25px;
  right: -40px;
  cursor: pointer;
  border-radius: 100%;
  background: #f3f3f3 url(../images/dialogClose.png) no-repeat center center;
  transition: all ease 300ms;
}
.showProduct .ewmbox .close:hover {
  transform: rotate(180deg);
}
.showProduct .ewmbox img {
  width: 260px;
  height: 260px;
  display: block;
  margin: 0 auto 10px;
}
/*msgPage*/
.msgPage {
  padding: 55px 40px 55px;
  width: 1120px;
  margin: 0 auto;
  background: #fff;
}
.formData {
  width: 1000px;
}
.formData .item {
  height: 40px;
  line-height: 40px;
  width: 462px;
  float: left;
  position: relative;
  margin-bottom: 25px;
}
.formData .item label {
  width: 85px;
  float: left;
  color: #333;
  padding-right: 5px;
  text-align: right;
}
.formData .item .red {
  color: #0a6eba;
  font-size: 12px;
  position: absolute;
  right: -10px;
  top: 2px;
}
.formData .item input {
  width: 360px;
  height: 40px;
  line-height: 40px;
  float: left;
  padding-left: 10px;
  border: 0px;
  font-size: 14px;
  background: #f5f5f5;
  border-radius: 5px;
}
.formData .item .msg-box {
  position: absolute;
  left: 90px;
}
.formData .item.mr30 {
  margin-right: 68px;
}
.formData .item.youxiang {
  margin-right: 70px;
}
.formData .item.liuyan {
  width: 100%;
  height: 96px;
}
.formData .item.liuyan textarea {
  width: 882px;
  float: left;
  height: 76px;
  border: 0px;
  background: #f5f5f5;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
  overflow: hidden;
  color: #333;
  resize: none;
  font-family: "microsoft yahei";
}
.formData .itemsub {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.formData .itemsub label {
  width: 85px;
  float: left;
  color: #333;
  padding-right: 5px;
  text-align: right;
}
.formData .itemsub .msg-box {
  position: absolute;
  left: 90px;
}
.formData .itemsub input[type=text] {
  width: 147px;
  height: 40px;
  line-height: 40px;
  float: left;
  border-radius: 6px;
  font-size: 14px;
  background: #f5f5f5;
  color: #333;
  text-indent: 10px;
}
.formData .itemsub img {
  height: 32px;
  float: left;
  margin-top: 5px;
  margin-left: 10px;
}
.formData .btn {
  width: 100px;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  color: #fff;
  margin-left: 8px;
  background: #0a6eba;
}
.formData .btn[type=reset] {
  background: #aaa;
  margin-right: 9px;
}
/*searchPage*/
.searchPage {
  overflow: hidden;
}
.searchPage ul {
  width: 105%;
}
.searchPage .item {
  width: 280px;
  height: 274px;
  float: left;
  margin: 0 25px 30px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
}
.searchPage .item a {
  width: 100%;
  display: block;
}
.searchPage .item img {
  width: 280px;
  height: auto;
  display: block;
}
.searchPage .item h3 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 16px;
  transition: all ease 300ms;
  background: #fff;
}
.searchPage .item .bg {
  position: absolute;
  width: 280px;
  padding-top: 86px;
  height: 124px;
  left: -280px;
  top: 0;
  z-index: 10;
  background: url(/plugins/template/kejian/pc/images/red80.png) repeat 0 0;
  text-align: center;
  transition: all ease 300ms;
}
.searchPage .item .bg s {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  margin: 0 auto;
  background-color: #fff;
  background-position: -22px 18px;
}
.searchPage .item:hover {
  background: #fff;
}
.searchPage .item:hover h3 {
  color: #fff;
  background: #333;
}
.searchPage .item:hover .bg {
  left: 0;
}
/*rightFix*/
.rightFix {
  width: 48px;
  position: fixed;
  right: 10px;
  top: 50%;
  margin-top: -100px;
  z-index: 99;
}
.rightFix .ico {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0px;
  transition: all ease 300ms;
  margin-top: 1px;
  padding: 0px;
  border-radius: 48px;
  border: 1px solid #dedede;
  margin-bottom: 5px;
  background: #ffffff url(../images/fix-ico.png) no-repeat center 0;
}
.rightFix .ico img {
  width: 110px;
  height: 110px;
  position: absolute;
  left: -78px;
  top: 0;
  padding: 6px;
  background: #0a6eba;
  border: 1px solid #ddd;
  background: #fff;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 5px;
}
.rightFix .ico span {
  width: 210px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: -78px;
  top: 0;
  background: #0a6eba;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 48px;
}
.rightFix .ico:hover {
  background-color: #0a6eba;
  border-color: #0a6eba;
  overflow: visible;
}
.rightFix .ico:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
}
.rightFix .ico:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -215px;
}
.rightFix .fix-tel {
  background-position: 11px 12px;
}
.rightFix .fix-tel:hover {
  background-position: -33px 12px;
}
.rightFix .fix-qq {
  background-position: 11px -40px;
}
.rightFix .fix-qq:hover {
  background-position: -33px -40px;
}
.rightFix .fix-ewm {
  background-position: 11px -96px;
}
.rightFix .fix-ewm:hover {
  background-position: -33px -96px;
}
.rightFix .fix_top {
  background-position: 11px -150px;
}
.rightFix .fix_top:hover {
  background-position: -33px -150px;
}
.rightFix .fix-form {
  background-position: 10px -234px;
}
.rightFix .fix-form span {
  font-size: 14px;
  line-height: 23px;
  width: 180px;
}
.rightFix .fix-form:hover {
  background-position: -37px -234px;
}
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
  padding-top: 10px;
}
.map_ul li {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DCDBDB;
  margin-left: 10px;
  float: left;
}
.map_ul li a {
  font-size: 14px;
  float: left;
  width: 100%;
  height: 23px;
  line-height: 23px;
  font-weight: bold;
}
.map_ul .list-inline {
  display: block;
  margin-left: 7%;
  width: 80%;
  min-height: 30px;
}
.map_ul .list-inline a {
  font-weight: normal;
  width: auto;
  float: none;
  line-height: 32px;
  height: 32px;
  margin: 0 10px 10px 0;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0px 10px;
}
.map_ul .list-inline a:hover {
  background: #0a6eba;
  color: #fff;
}
span.bds_more,
.bds_tools a {
  line-height: 14px !important;
}
/* Bounce To Top*/
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  bottom: 0;
  background: #0a6eba;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:active:before {
  height: 100%;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
<!--0.00015091896057129-->